projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ae8456
)
; Add to last commit
author
Mark Oteiza
<mvoteiza@udel.edu>
Sun, 10 Sep 2017 16:20:06 +0000
(12:20 -0400)
committer
Mark Oteiza
<mvoteiza@udel.edu>
Sun, 10 Sep 2017 16:20:06 +0000
(12:20 -0400)
* lisp/xdg.el (xdg-desktop-entry-regexp): Add a commented capture group
for future reference.
lisp/xdg.el
patch
|
blob
|
history
diff --git
a/lisp/xdg.el
b/lisp/xdg.el
index 8a475ce7d90fe5fbfc9051e642fe829893a34a2f..183d050cc680a9885398513cedfdea3ac128a597 100644
(file)
--- a/
lisp/xdg.el
+++ b/
lisp/xdg.el
@@
-163,6
+163,7
@@
This should be called at the beginning of a line."
;; notion of l10n/i18n
(defconst xdg-desktop-entry-regexp
(rx (group-n 1 (+ (in "A-Za-z0-9-")))
+ ;; (? "[" (group-n 3 (+ nonl)) "]")
(* blank) "=" (* blank)
(group-n 2 (* nonl)))
"Regexp matching desktop file entry key-value pairs.")